From 26073935f2705bb317f85e7f4188b4a17c5485aa Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 19 Jan 2007 16:23:53 +0000 Subject: [PATCH] Typo fix. --- csv_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv_util.c b/csv_util.c index 9b85b005c..ceb4c5f8a 100644 --- a/csv_util.c +++ b/csv_util.c @@ -1011,7 +1011,7 @@ xcsv_data_read(void) /* Whack trailing space; leading space may matter if our field sep * is whitespace and we have leading whitespace. */ - buff = rtrim(buff); + rtrim(buff); /* skip over x many lines on the top for the prologue... */ if ((xcsv_file.prologue_lines) && ((linecount - 1) < -- 2.30.2